home *** CD-ROM | disk | FTP | other *** search
/ Fr. John Corapi, Solt / Fr. John Corapi, Solt.iso / pc / wwsample.swf / scripts / DefineButton2_26 / BUTTONCONDACTION on(release)_2.as next >
Encoding:
Text File  |  2008-02-25  |  73 b   |  5 lines

  1. on(release){
  2.    _root.snd_mc.gotoAndPlay(1);
  3.    unloadMovie(this);
  4. }
  5.